﻿/*
  --azul: #1d3e55;
  --gris: #bebebe;
  --gris2: #6b6969;
  --rosa: #f24e66;
  --negro: #202020;
*/

@font-face {
    font-family: bold;
    src: url('../fonts/bold.ttf');
}
@font-face {
    font-family: light;
    src: url('../fonts/light.otf');
}
@font-face {
    font-family: regular;
    src: url('../fonts/medium.ttf');
}
@font-face {
    font-family: ultra;
    src: url('../fonts/ultra.otf');
    letter-spacing: .1em;
}

/* 49. section */
.section-light {
background: #fff;
}

.section-dark {
background: #202020;
}

.text-light{
    font-family: 'light';
}
.text-regular{
    font-family: 'regular';
}
.text-bold{
    font-family: 'bold';
}
.text-ultra{
    font-family: 'ultra';
    letter-spacing: .1em;
}


.desktop{
  display: block;
}
.responsive{
  display: none;
  /*border: solid 2px #000;*/
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /*background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;*/
}
video {
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
  object-fit: fill;
  /*z-index: 1;*/
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;*/
  background: rgba(29, 62, 85, .65); /*0,0,0*/
  -webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
  /*z-index: 2;*/
}
.contenido-slide-video {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 230px;
  margin: 0 auto;
  left: auto;
  right: auto;
  color: #fff;
  padding: 0;
  /*border: solid 5px #fff;*/
}
.contenido-slide-video h1 {
  width: 40.5%;
  font-family: 16px;
  margin: 0 auto;
  left: 0;
  right: 0; 
  text-align: justify;
  padding: 0;
  /*border: solid 3px #000;*/
}

.home-page-subtitle-carousel {
  position: relative;
  width: 39%;
  height: 50px;
  margin: 0 auto;
  z-index: 1;
  padding: 0;
  text-align: justify;
  text-align-last: justify;
  /*border: solid 1px #000;*/
}

.css-carousel .item-text {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: css-carousel-fade 36s linear infinite;
  -moz-animation: css-carousel-fade 36s linear infinite;
  -ms-animation: css-carousel-fade 36s linear infinite;
  animation: css-carousel-fade 36s linear infinite;
}

.css-carousel .item-text:nth-child(2) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.css-carousel .item-text:nth-child(3) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s
}
.css-carousel .item-text:nth-child(4) {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s
}
.css-carousel .item-text:nth-child(5) {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s
}
.css-carousel .item-text:nth-child(6) {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s
}


@-webkit-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@-moz-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@-ms-keyframes css-carousel-fade {
    0%, 20%, 100% { opacity: 0; }
    5%, 15% { opacity: 1;}
}
@keyframes css-carousel-fade {
  0%, 20%, 100% { opacity: 0; }
  5%, 15% { opacity: 1;}
}
@keyframes css-carousel-fade {
  0%, 20%, 100% { opacity: 0; }
  5%, 15% { opacity: 1;}
}
@keyframes css-carousel-fade {
  0%, 20%, 100% { opacity: 0; }
  5%, 15% { opacity: 1;}
}


.ls-colibri {
    letter-spacing: 4.60vw;
}
.ls-creativos{
    letter-spacing: 3.03vw;
}
.ls-innovacion{
    letter-spacing: 2.49vw;
}
.ls-retos{
    letter-spacing: 5.61vw;
}
.ls-ideas{
    letter-spacing: 7.82vw;
}
.ls-estrategia{
    letter-spacing: 2.53vw;
}


/* 1.6. facts IMG BACKGROUND */
.parallax-facts {
background-image: url(../img/inicio/parallax.png);
}

/* 34. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-mobile,
.inner-divider-services,
.inner-divider-news,
.inner-divider-news-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider {
height: 100px;
}

@media all and (min-width: 1920px) {
  .inner-divider {
  height: 150px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider {
    height: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .inner-divider {
    height: 80px;
  }
}

.inner-divider-half {
height: 40px;
}

.inner-divider-half.inner-divider-half-works {
height: 20px;
}

@media all and (min-width: 1920px) {
  .inner-divider-half.inner-divider-half-works {
    height: 40px;
  }
}

.inner-divider-mobile {
display: none;
visibility: hidden;
height: 100px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-mobile {
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 640px) {
  .inner-divider-mobile {
    height: 80px;
  }
}

.inner-divider-services,
.inner-divider-news {
height: 80px;
}

.inner-divider-news-half {
height: 40px;
}

@media only screen and (max-width: 995px) {
  .hide-on-mobile {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .hide-on-mobile-xs {
    display: none;
    visibility: hidden;
  }
}



/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, /* img */, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
background: #FFFFFF;
}

html, body {
height: 100%;
background: #FFFFFF;
}

body {
line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}


/* 3. layout */
body {
font-size: 16px;
font-style: normal;
font-weight: 400;
text-align: left;
color: #000;
background: #000;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
line-height: 1.5;
}

a {
color: #fff; /*#ff264a*/
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
color: #fff; /*#ff264a;*/
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

/*p {
text-align: left;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.05em;
color: #fff; color: #000;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}*/

p a,
p a:hover {
color: #ff264a;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #ff264a;
color: #fff;
}

::selection {
background: #ff264a;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. upper page */
.upper-page {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
}

.desktop{
    display: block;
}
.mobile{
    display: none;
}
.video-servicio-item{
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .video-servicio-item{
    width: 100%;
  }
}



/*====================INDEX====================*/

/*===SECCION NOSOTROS===*/
.nosotros {
  position: relative;
  width: 100%;
  height: 900px;
  border: solid 3px #000;
}
.video-bg-nosotros{
  position: relative; 
  width: 100%;
  /*border: solid 3px #000;*/
}
.contenedor-nosotros {
  position: relative;
  top: -650px;
  /*border: solid 1px #000;*/
}
.nosotros-imagen{
  width: 40%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  /*border: solid 2px #666;*/
}
.img-nosotros-tamano{
  width: 80%;
}
.caja-texto-nosotros {
  width: 70%;
  margin: 10% auto;
  left: 0;
  margin-right: 50%;
  /*border: solid 2px #ee2b61;*/
}
.caja-texto-nosotros h2{
  font-size: 2.5vw;
  letter-spacing: .2vw;
  color: #6b6969;
  text-align: center;
  /*border: solid 2px #666;*/
}
.caja-texto-nosotros p{
  font-size: 1.5vw;
  color: #6b6969;
  text-align: justify;
  /*border: solid 2px #666;*/
}
/*=FIN SECCION NOSOTROS=*/


/*===SECCION NUESTROS SERVICIOS===*/
.nuestros-servicios {
  position: relative;
  width: 100%;
  height: auto;
  display:inline-flex;
  border: solid 2px #000;
}


/*=FIN SECCION NUESTROS SERVICIOS=*/
/*===NUESTROS PARTNERS===*/
.titulo-nuestros-partners{
  width: 22%;
  height: 88px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  justify-content:center;
  /*border: solid 3px #4d2bee;*/
}
.imagotipo-nuestros-partners{
  width: 34%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  /*border: solid 1px #eece02;*/
}
.tamano-img-imagotopo-partners{
  width: 85%;
  /*border: solid 1px #666;*/
}
.titulo-nuestros-partners-h2{
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0;
  /*border: solid 1px #000;*/
}
.span-nuestros-P{
  color: #6b6969;
  letter-spacing: .2vw;
  font-size: 2vw;
}
.span-partners{
  color: #6b6969;
  font-size: 2vw;
}
.brand-carousel {
  background: #fff;
}
.owl-dots{
  text-align: center;
}

.owl-dot {
  display: none;
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #fff !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  display: none;
  background-color: #FF170F !important;
}

/*FIN NUEVO STILO PARTNES*/
/*==FIN NUESTROS PARTNERS=*/
/*==QUEREMOS ESCUCHARTE==*/
.queremos-escucharte {
  width: 100%;
  height: 100%;
  background: #fff;
  /*padding: 50px;*/
  /*border: solid 2px #000;*/
}
.contenedor-queremos-escucharte {
  position: relative;
  margin-top: -800px; /*50px*/
  width: 100%;
  height: 100%;
  z-index: 50;
  /*border: solid 3px #000;*/
}

.ajuste-div-queremos-escucharte{
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
  margin-top: -650px;
  /*border: solid 2px #666;*/
}
.queremos-escucharte-texto{
  width: 70%;
  margin: 100px auto;
  left: 0;
  right: 0;
  text-align: left;
  /*border: solid 2px #666;*/
}
.span-queremos{
  color: #6b6969;
  letter-spacing: .2vw;
  font-size: 3vw;
}
.span-escucharte{
  color: #6b6969;
  font-size: 3vw;
}
.queremos-escucharte-texto p{
  width: 100%;
  font-size: 1.5vw;
  /*border: solid 2px #666;*/
}
.boton-rosa-whatsapp{
  padding: 10px 35px;
  background: #f24e66;
  font-family: 'light';
  text-decoration: none;
  border-radius: 50px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
}
.queremos-escucharte-form{
  width: 70%;
  height: 520px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: left;
  /*border: solid 2px #666;*/
}
.boton-queremos-escucharte-form{
  width: 100%;
  padding: 5px 25px;
  background: #f24e66;
  margin: 5px;
  font-family: 'light';
  color: #fff;
  border-radius: 50px;
  border: none;
}
/*=FIN QUEREMOS ESCUCHARTE=*/
/*===MAPA===*/
.mapa{
  margin-top: -2%;
}
/*==FIN MAPA==*/
/*==================FIN INDEX==================*/
/*==================SERVICIOS==================*/
.titulo-servicios-servicios{
  text-align: center;
  border-top: solid 100px #1d3e55c4;
}
.titulo-servicio-item{
  font-size: 2vw;
  color: #fff;
}

.boton-rosa-servicio{
  padding: 10px 35px;
  background: #f24e66;
  font-family: 'light';
  text-decoration: none;
  border-radius: 50px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
}
.boton-azul-servicio{
  padding: 10px 35px;
  background: #1d3e55;
  font-family: 'light';
  text-decoration: none;
  border-radius: 50px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
}
.grid__li{
    list-style: none;
    color: #fff;
    font-size: 1.5vw;
    margin: 5px 0px;
}
.solicita-tu-presupuesto {
  position: relative;
  width: 100%;
  height: 80%;
  background: url(../img/servicios/parallax.png);
  background-size: cover;
  border-top: 30px solid #FFF;
  border-bottom: 30px solid #FFF;
}
.boton-outline{
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.presupuesto__boton{
  position: absolute;
  width: 35%;
  margin: 7% auto;
  left: 0;
  right: 0;
  font-size: 2vw;
  font-family: 'bold';
  text-align: center;
  padding: 15px;
  letter-spacing: .1vw;
  border-radius: 50px;
}
/*================FIN SERVICIOS================*/
/*============CONTACTO===========*/
.titulo-contacto-contacto{
  text-align: center;
  border-top: solid 100px #1d3e55c4;
}
.ajuste-div-contacto{
  position: absolute;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: -50%;
  z-index: 500;
  /*border: solid 2px #666;*/
}
.contacto-imagen{
  width: 40%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  /*border: solid 2px #666;*/
}
.img-contacto-tamano{
  width: 80%;
}
.caja-texto-contacto {
  width: 70%;
  margin: 10% auto;
  left: 0;
  margin-right: 50%;
  /*border: solid 2px #ee2b61;*/
}
.caja-texto-contacto h2{
  font-size: 2.5vw;
  letter-spacing: .2vw;
  color: #6b6969;
  text-align: center;
  /*border: solid 2px #666;*/
}
.caja-texto-contacto p{
  font-size: 1.5vw;
  color: #6b6969;
  text-align: justify;
  /*border: solid 2px #666;*/
}
.ajuste-div-queremos-escucharte-contacto{
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  /*margin-top: -50%;
  border: solid 2px #666;*/
}
.queremos-escucharte-texto-contacto{
  width: 70%;
  margin: 100px auto;
  left: 0;
  right: 0;
  text-align: left;
  /*border: solid 2px #666;*/
}
.bolsa-de-trabajo{
  position: relative;
  width: 100%;
  height: 80%;
  margin-top: -0.5%;
  background: url(../img/contacto/postular.jpg);
  background-size: cover;
}
.ajustar-div-texto-postular{
  width: 34%;
  float: right;
  right: 100px;
  font-size: 1.9vw;
  /*border: solid 2px #000;*/
}
.boton-postulate {
  background-color: #e03b77;
  border-radius:42px;
  cursor:pointer;
  color:#ffffff;
  font-size:20px;
  padding:25px 70px;
  text-decoration:none;
}
.boton-postulate:hover {
  background-color:#6b696a;
}
.boton-postulate:active {
  position:relative;
  top:1px;
}
.mensaje-enviado h2{
  color: #fff;
}
.mensaje-enviado p{
  text-align: center;
  color: #f24e66;
  font-size: 1.5vw;
  letter-spacing: 0.3vw;
}

/*==========FIN CONTACTO=========*/
/*===========PRESUPUESTO=========*/
.seccion-presupuesto{
  height: 700px;
}
.bg-presupuesto{
  position: absolute;
  width: 35%;
  height: 330px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 70px;
  background: url(../img/presupuesto/fondo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  /*border: solid 3px #fff;*/
}
.boton-rosa-presupuesto{
  padding: 10px 35px;
  background: #f24e66;
  font-family: 'light';
  text-decoration: none;
  border-radius: 50px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
}
.boton-rosa-presupuesto:hover{
  background: #000;
  color: #fff;
}
.text-bold-presupuesto,
.text-light-presupuesto {
  margin: 20px auto;
  text-align: center;
  color: #fff;
  font-size: 1.8vw;
}
.boton-presupuesto-item {
  position: absolute;
  width: 270px;
  padding: 3px 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #000;
  font-family: 'light';
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  border: solid 1px #FFFFFF;
}
.boton-presupuesto-item-input {
  position: absolute;
  width: 65%;
  padding: 3px 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-family: 'light';
  text-decoration: none;
  font-size: 15px;
  background: #000;
  color: #fff;
}
.boton-presupuesto-item-textarea {
  height: 150px;
  padding: 3px 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-family: 'light';
  text-decoration: none;
  font-size: 15px;
  color: #000;
}
.span-politicas-privacidad{
  font-size: 10px;
  color: #000;
}
.navegacion-proceso-presupuesto{
  font-size: 1vw;
}
/*========FIN PRESUPUESTO========*/
/*========== POSTULAR ===========*/
.seccion-bolsa-de-trabajo2{
  border-top: solid 100px #1d3e55c4;
}
.formulario__caja{
  position: absolute;
  background: #f2f2f2;
  width: 80%;
  height: 550px;
  color: #000;
  margin: -120px auto;
  left: 0;
  right: 0;
  border-radius: 15px;
  -webkit-box-shadow: 6px 5px 15px -1px rgba(0,0,0,0.55); 
  box-shadow: 6px 5px 15px -1px rgba(0,0,0,0.55);
  /*border: solid 1px #000;*/
}
.formulario__caja h2{
  position: absolute;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #012b41;
  font-size: 2vw;
  color: #FFF;
  padding: 15px;
  border-radius: 15px 15px 0px 0px;
  /*border: solid 1px #CCC;*/
}
.formulario-BT{
  margin-top: 100px;
}
.inputBT{
  width: 80%;
  margin: 10px 0px;
  border: none;
  color: #fff;
  background: #bebebe;
  padding: 10px 15px;
  font-family: light;
  border-radius: 9px;
  font-size: 1.5vw;
}
.inputBT:focus{
  outline: none;
}
.inputBT::placeholder{
  font-family: light;
  color: #fff;
  text-align: left;
}
.inputBT::select{
  font-family: light;
  color: #fff;
  text-align-last: center;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.adjuntaCV {
  font-size:1.5vw; 
  font-weight:normal;
  font-family: 'light';
}

/* style 1 */

.inputfile-1 + label {
  width: 80%;
  margin: 10px 0px;
  border: none;
  color: #666;
  background: #FFF;
  border: solid #bebebe;
  padding: 10px 15px;
  font-family: light;
  border-radius: 9px;
  font-size: 1.5vw;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: var(--gris);
    color: #FFF;
}

.enviar-form-BT {
    width: 80%;
    background: #f24e66;
    border-radius: 50px;
    border: none;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size: 1.3vw;
    letter-spacing: 0.3vw;
    padding:10px 15px;
    text-decoration:none;
}
.enviar-form-BT:hover {
    background-color:#eb675e;
    border: none;
}
.enviar-form-BT:active {
    position:relative;
    top:1px;
    border: none;
}
@media only screen and (max-width: 640px) {
.formulario__caja{
  background: #f2f2f2;
  width: 100%;
  height: 530px;
  color: #000;
  margin: -50px auto;
  left: 0;
  right: 0;
  border-radius: 15px;
  -webkit-box-shadow: 6px 5px 15px -1px rgba(0,0,0,0.55); 
  box-shadow: 6px 5px 15px -1px rgba(0,0,0,0.55);
  /*border: solid 1px #000;*/
}
.formulario__caja h2{
  position: absolute;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #012b41;
  font-size: 6vw;
  color: #FFF;
  padding: 20px;
  border-radius: 15px 15px 0px 0px;
  /*border: solid 1px #CCC;*/
}
.formulario-BT{
  position: absolute;
  margin-top: 80px;
}
.inputBT{
  width: 90%;
  margin: 10px 0px;
  border: none;
  color: #fff;
  background: #bebebe;
  padding: 20px 15px;
  font-family: light;
  border-radius: 9px;
  font-size: 3.6vw;
}
.inputBT:focus{
  outline: none;
  font-size: 4vw;
}
.inputBT::placeholder{
  font-family: light;
  color: #fff;
  font-size: 4vw;
  text-align: left;
}
.inputBT::select{
  font-family: light;
  color: #fff;
  text-align-last: center;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 90%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.adjuntaCV {
  font-size: 3.6vw; 
  font-weight:normal;
  font-family: 'light';
}

/* style 1 */

.inputfile-1 + label {
  width: 90%;
  margin: 10px 0px;
  border: none;
  color: #666;
  background: #FFF;
  border: solid #bebebe;
  padding: 10px 15px;
  font-family: light;
  border-radius: 9px;
  font-size: 3.6vw;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: var(--gris);
    color: #FFF;
}

.enviar-form-BT {
    width: 90%;
    background: #f24e66;
    border-radius: 50px;
    border: none;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size: 4vw;
    letter-spacing: 0.3vw;
    padding:10px 15px;
    text-decoration:none;
}
.enviar-form-BT:hover {
    background-color:#eb675e;
    border: none;
}
.enviar-form-BT:active {
    position:relative;
    top:1px;
    border: none;
  }
}
/*======== FIN POSTULAR =========*/


@media only screen and (max-width: 640px) {
  .solicita-tu-presupuesto{
    position: relative;
    width: 100%;
    height: 78%;
    background: url(../img/servicios/parallax.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    border-top: 30px solid #FFF;
    border-bottom: 30px solid #FFF;
  }
  .boton-outline{
    background: none;
    border: 2px solid #fff;
    color: #fff;
  }
  .presupuesto__boton{
    position: absolute;
    width: 90%;
    margin: 30% auto;
    left: 0;
    right: 0;
    font-size: 4.8vw;
    font-family: 'bold';
    text-align: center;
    padding: 15px;
    letter-spacing: .1vw;
    border-radius: 50px;
  }
  .seccion-presupuesto{
    height: 700px;
  }
  .text-bold-presupuesto {
    font-size: 7.5vw;
  }
  .text-light-presupuesto {
    font-size: 7.5vw;
  }
  .text-light-presupuesto-presupuesto {
    font-size: 7.5vw;
  }
  .espacio-item-presupuesto {
    margin: 60px;
  }
  .bg-presupuesto{
    width: 85%;
  }
  .boton-presupuesto-item-input {
    position: absolute;
    width: 90%;
    padding: 3px 3px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-family: 'light';
    text-decoration: none;
    font-size: 15px;
    background: #000;
    color: #fff;
  }
  .boton-presupuesto-item-textarea {
    width: 160%;
    height: 150px;
    padding: 3px 10px;
    margin: 0 auto;
    left: -50px;
    right: 0;
    font-family: 'light';
    text-decoration: none;
    font-size: 15px;
    color: #000;
  }
}

/*========= FOOTER ==========*/
.contacto{
  text-align: left;
  color: #fff;
}
.redes-sociales{
  text-align: center;
  color: #fff;
}
.redes-sociales-icono{
  font-size: 1.8vw; 
  margin: 12px;
}
.logo-footer{
  text-align: center;
}
/*======= FIN FOOTER ========*/

/* 5. center container */
.center-container {
position: absolute;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: none;
z-index: 1;
}

.center-block {
display: table-cell;
vertical-align: middle;
}

.center-container-contact-modal,
.center-container-sign-up-modal {
position: absolute;
display: table;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: none;
}

.center-block-contact-modal,
.center-block-sign-up-modal {
display: table-cell;
vertical-align: middle;
}

.center-block-contact-modal-padding-top,
.center-block-sign-up-modal-padding-top {
padding: 60px 0 0 0;
}
  
.center-block-contact-modal-padding-bottom,
.center-block-sign-up-modal-padding-bottom {
padding: 0 0 60px 0;
}

.center-container-contact-modal h2.section-heading,
.center-container-sign-up-modal h2.section-heading {
position: relative;
font-family: 'Oswald', sans-serif;
font-size: 35px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.04em;
text-align: center;
color: #fff;
margin: 0 auto -2px auto;
z-index: 1;
}


/* 6. hero container */ 
.hero-fullscreen {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
z-index: 0;
}

.hero-fullscreen-thumbnail-slider {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
}


/* 6.1. hero bg */
.hero-bg {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}


/* 6.2. hero fullscreen FIX */ 
.hero-fullscreen-FIX {
width: 100%;
height: 100%;
}


/* 7. intro */
/* REMOVED DUE TO REDUNDANCY */


/* 8. overlay */
.overlay:before {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
}

.overlay-dark-60:before {
background: rgba(0, 0, 0, .70);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.overlay-dark-60-video:before {
background: rgba(29, 62, 85, .65); /*0,0,0*/
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
}

.overlay-top-bottom-dark-75:before {
background: -moz-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

/* 10. preloader */
.preloader-bg {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #1d3e55;
z-index: 999999;
}

#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #1d3e55;
z-index: 999999;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

/*.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(255, 255, 255, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(255, 255, 255, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/

.loader {
position: relative;
margin:0 auto;
left: 0;
right: 0;
-webkit-animation: parpadear 3s infinite linear;
   -moz-animation: parpadear 3s infinite linear;
    -ms-animation: parpadear 3s infinite linear;
     -o-animation: parpadear 3s infinite linear;
        animation: parpadear 3s infinite linear;
}

.loader img{
  position: absolute;
  margin:0 auto;
  left: 0;
  right: 0;
  width: 20%;
}
@keyframes parpadear{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/* 11. to top arrow */
.to-top-arrow {
position: fixed;
right: 29px;
bottom: -10px;
width: 50px;
height: 50px;
line-height: 50px;
cursor: pointer;
font-size: 16px;
text-align: center;
color: #000;
background: #fff;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);
-webkit-transition: all .6s ease;
   -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
     -o-transition: all .6s ease;
        transition: all .6s ease;
z-index: 1000;
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
	right: 15px;
  }
}

.to-top-arrow.show {
bottom: 9px;
-webkit-transform: translateY(-20px);
   -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
     -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: -5px;
  }
}

.to-top-arrow:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 12. navigation */
.logo .logo-light,
.main-navigation-bg .logo .logo-dark {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
height: auto;
}

.logo .logo-dark,
.main-navigation-bg .logo .logo-light {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 0;
}

.navbar-bg-switch {
position: fixed;
width: 100%;
top: 0;
left: 0;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
z-index: 999;
}

.logo {
padding-top: 17px; /*25*/   /* ======================== LOGO SIN SCROLL =======================*/
padding-left: 25px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out; 
}

@media only screen and (max-width: 640px) {
  .logo {
    padding-top: 15px;
    padding-left: 15px;
  }
}

.main-navigation .navbar-nav li a {
position: relative;
font-family: 'light';
/*font-family: 'Oswald', sans-serif;
font-style: normal;*/
font-size: 13px;
font-weight: 400;
letter-spacing: 0.2vw;
text-transform: uppercase;
text-decoration: none;
color: #fff;
padding: 45px 15px 35px 15px;
right: 35px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
.main-navigation .navbar-nav li a {
  color: #fff;
	padding: 10px 15px;
	right: auto;
  }
}

.main-navigation .navbar-nav li a:hover {
color: #fff;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
 .main-navigation .navbar-nav li a:hover {
    color: #fff;
  }
}

.nav li a:focus,
.nav li a:hover {
color: #fff;
background: none;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

.main-navigation-bg {
background: rgba(29, 62, 85, 0.8); /*255,255,255*/ /*========================== COLOR BACKGROUND BARRA MENU SCROLL======================*/
height: 100px;
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
   -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
        box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.main-navigation-bg .logo {
padding-top: 15px;                     /* ======================== LOGO CON SCROLL =======================*/
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;  
}

.main-navigation-bg .main-navigation .navbar-nav li a {
color: #fff;                          /*#000*/ /*========================== COLOR LETRA BARRA MENU SCROLL======================*/
padding: 40px 15px 0 15px; /*19px 15px 0 15px*/
-webkit-transition: all .4s ease-out;
   -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
     -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    color: #000; 
    padding: 10px 15px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
color: #000;
}

@media only screen and (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  
  .main-navigation-bg .navbar-toggle .icon-bar {
    background: #fff; /*#000*/
  }
  
  .navbar-toggle {
    margin-top: -35px;
    margin-right: 4px; margin-right: 24px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }
	
  .main-navigation-bg .navbar-toggle {
    margin-top: -44px; /*-44*/
    margin-right: 4px; margin-right: 24px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }
  
  .navbar-collapse {
    background: rgba(255, 255, 255, 1);
	  margin-top: 23px; /*23*/
  }
  
  .main-navigation-bg .navbar-collapse {
	margin-top: 3px;
  }

  /*MENU TOOGLE CSS*/
  .menuToggle {
    display: block;
    position: absolute;
    top: 37px;
    right: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    /*border: solid 3px #ff5733;*/
  }

  .menuToggle input {
    display: block;
    position: absolute;
    width: 50px;
    height: 33px;
    top: -7px;
    right: -10px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }

  /*
   * Just a quick hamburger
   */
  .menuToggle span {
    display: block;
    position: absolute;
    right: 10%;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff; /*#cdcdcd*/
    border-radius: 0;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  .menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  .menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  /* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  .menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
  }

  /*
   * But let's hide the middle one.
   */
  .menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    overflow: hiden;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
   * Ohyeah and the last one should go the other direction
   */
  .menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  .menu {
    position: fixed;
    width: 450px; /*300px*/
    height: 110vh;
    right: -150px;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    background: #202020; /*#ededed*/
    color: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .menu li {
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
    letter-spacing: 1vw;
  }

  /*
   * And let's slide it in from the left
   */
  .menuToggle input:checked ~ ul {
    transform: none;
  }
  /*FIN MENU TOOGLE CSS*/

}

@media only screen and (max-width: 640px) {
  .navbar-toggle {
    margin-top: -35px;
    margin-right: 4px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }
	
  .main-navigation-bg .navbar-toggle {
    margin-top: -32px; /*-44*/
    margin-right: 4px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
  }
}

.main-navigation-bg .link-underline-menu:before {
bottom: -7px;
}

.navbar-nav li.active {
color: #000!important;
text-decoration: none;
}

.navbar-nav > .active > a {
color: #000!important;
background: none;
text-decoration: none;
}


/* 12.1. link underline menu */
.link-underline-menu {
position: relative;
text-decoration: none;
cursor: pointer;
}

.link-underline-menu:before {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 28px;
left: 0;
background: #fff;
color: #000;
visibility: hidden;
-webkit-transform: scaleX(0);
   -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
     -o-transform: scaleX(0);
        transform: scaleX(0);
-webkit-transition: all 0.4s ease-in-out 0s;
   -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
     -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
}

.link-underline-menu:hover:before {
visibility: visible;
-webkit-transform: scaleX(1);
   -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
     -o-transform: scaleX(1);
        transform: scaleX(1);
}

@media only screen and (max-width: 768px) {
  .link-underline-menu:hover:before {
    visibility: hidden;
  }
}

.link-underline-menu.active:before {
background: #ccc;
}

.main-navigation-bg .link-underline-menu.active:before {
background: #ccc;
color: #000;
}


/* 13. vertical spacer line */
/* REMOVED DUE TO REDUNDANCY */


/* 14. countdown */
/* REMOVED DUE TO REDUNDANCY */


/* 15. copyright */
.copyright-home {
position: absolute;
bottom: 46px;
right: 50px;
text-align: right;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 0;
z-index: 10;
}

@media only screen and (max-width: 640px) {
  .copyright-home {
    display: none;
	visibility: hidden;
  }
}

.copyright {
position: relative;
margin: 0 auto;
text-align: center;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 0 auto;
}

.copyright,
.copyright a,
.copyright a:hover,
.copyright-home,
.copyright-home a,
.copyright-home a:hover {
color: #fff;
}

.copyright-address {
font-size: 11px;
color: #ff264a;
}


/* 16. link underline */
.link-underline {
position: relative;
display: inline-block;
}

.link-underline::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #ff264a;
-webkit-transform-origin: right center;
   -moz-transform-origin: right center;
    -ms-transform-origin: right center;
        transform-origin: right center;
-webkit-transform: scale(0, 1);
   -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
     -o-transform: scale(0, 1);
        transform: scale(0, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-underline.link-underline-light::before {
background: #fff;
}

.link-underline:hover::before {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
     -o-transform: scale(1, 1);
        transform: scale(1, 1);
}


/* 17. contact form */
#contact-form {
width: 100%;
margin: 0 auto;
padding: 0;
text-align: center;
}

form {
margin: 0;
padding: 0;
}

#form input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #fff;
border-left: none;
border-right: none;
border-top: none;
font-family: light;
border-radius: 5px;
padding: 10px 15px;
background: #bebebe;
/*margin: 10px 0 10px 0;*/
margin: 5px;
font-size: 1.5vw;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: left;
color: #fff;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

textarea {
position: relative;
width: 100%;
height: 230px;
border-bottom: 1px solid #fff;
border-left: none;
border-right: none;
border-top: none;
font-family: light;
border-radius: 5px;
/*padding: 10px 15px;*/
background: #bebebe;
margin: 5px;
font-size: 1.5vw;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: left;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form textarea {
color: #fff;
/*margin: 10px 0 10px 0;*/
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
border-color: rgba(219, 0, 24, .5);
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


#form input:focus,
#form textarea:focus {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

@media only screen and (max-width: 640px) {
  form {
  margin: 0;
  padding: 0;
  }

  #form input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  font-family: light;
  border-radius: 5px;
  padding: 10px 15px;
  background: #bebebe;
  /*margin: 10px 0 10px 0;*/
  margin: 5px;
  font-size: 5.5vw;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
  }

  textarea {
  position: relative;
  width: 100%;
  height: 230px;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  font-family: light;
  border-radius: 5px;
  /*padding: 10px 15px;*/
  background: #bebebe;
  margin: 5px;
  font-size: 1.5vw;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
  }
  input::placeholder{
    font-size: 5.5vw;
  }
  textarea::placeholder{
    font-size: 5.5vw;
  }
  #form textarea {
  color: #fff;
  /*margin: 10px 0 10px 0;*/
  -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
  }

  #form input:hover,
  #form textarea:hover {
  border-color: rgba(219, 0, 24, .5);
  -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
  }


  #form input:focus,
  #form textarea:focus {
  -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
  }
}

.success {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #fff;
margin: 0 auto;
padding: 56px 0 60px 0;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#form .error {
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
color: #db0018;
margin: 0;
padding: 0;
letter-spacing: 0.15em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: 200px!important;
}

.make-space {
margin-left: 15px;
margin-right: 15px;
}


/* 17.1. contact form placeholders */
::-webkit-input-placeholder { font-size: 1.5vw; color: #fff; text-align: left; }
     :-ms-input-placeholder { font-size: 1.5vw; color: #fff; text-align: left; }
         ::-moz-placeholder { font-size: 1.5vw; color: #fff; text-align: left; }
     input:-moz-placeholder { font-size: 1.5vw; color: #fff; text-align: left; }

input:focus::-webkit-input-placeholder { color: transparent; }
     input:focus:-ms-input-placeholder { color: transparent; }
         input:focus::-moz-placeholder { color: transparent; }
          input:focus:-moz-placeholder { color: transparent; }

textarea:focus::-webkit-input-placeholder { color: transparent; }
     textarea:focus:-ms-input-placeholder { color: transparent; }
         textarea:focus::-moz-placeholder { color: transparent; }
          textarea:focus:-moz-placeholder { color: transparent; }


/* 18. newsletter form */
#subscribe-wrapper {
position: relative;
width: 300px;
height: 130px;
margin: 0 auto;
background: none;
text-align: center;
}

.newsletter {
position: relative;
clear: both;
border: none;
background: none;
padding: 0;
overflow: hidden;
}

#subscribe input {
position: relative;
width: 177px;
height: 40px;
text-align: center;
color: #fff;
border: none;
border-bottom: 1px solid #fff;
background: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

@media all and (min-width: 1920px) {
  #subscribe input {
    width: 217px;
  }
}

#subscribe input:focus, #subscribe textarea:focus {
color: #fff;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#subscribe input:hover {
border-color: rgba(219, 0, 24, .5);
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.subscribe-success {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #fff;
margin: 0 auto;
padding: 46px 0 0 0;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#subscribe .subscribe-error {
font-size: 9px;
text-transform: uppercase;
text-align: center;
color: #fff;
display: block;
margin: 8px auto 0 auto;
padding: 0;
letter-spacing: 0.15em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


/* 18.1. newsletter placeholders */
input[type="text"].subscribeemail::-webkit-input-placeholder {
color: #fff;
}

input[type="text"].subscribeemail:-ms-input-placeholder{
color: #fff;
}

input[type="text"].subscribeemail::-moz-placeholder {
color: #fff;
}

input:focus.subscribeemail::-webkit-input-placeholder { color: transparent; }
     input:focus.subscribeemail:-ms-input-placeholder { color: transparent; }
         input:focus.subscribeemail::-moz-placeholder { color: transparent; }
          input:focus.subscribeemail:-moz-placeholder { color: transparent; }


/* 19. social icons */
.social-icons-wrapper {
position: absolute;
bottom: 48px;
left: 45px;
text-align: left;
margin: 0;
z-index: 10;
}

@media only screen and (max-width: 640px) {
  .social-icons-wrapper { 
    position: absolute;
    display: block;
    left: 0; 
    right: 0;
    bottom: 28px;
	text-align: center;
    margin-left: auto; 
    margin-right: auto; 
    width: 200px!important;
  }
}

.social-icons-wrapper ul {
margin: 0 auto;
padding: 0;
list-style-type: none;
}

.social-icons-wrapper ul li {
display: inline-block;
margin: 0 auto;
padding: 0 0 0 5px;
}

ul.social-icons {
font-size: 18px;
line-height: 1;
margin: 0;
padding: 0;
position: relative;
}

@media only screen and (max-width: 640px) {
  ul.social-icons {
    font-size: 16px;
  }
}

ul.social-icons a {
padding: 0;
color: #fff;
text-decoration: none;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

ul.social-icons a:hover {
padding: 0;
color: #fff;
text-decoration: none;
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


/* 20. sign up modal */
.modal-marketing-digital {
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
visibility: hidden;
background: #000;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;	
overflow-x: hidden;
overflow-y: auto;
z-index: 1005;
}

.modal-marketing-digital.open {
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
visibility: visible;
background: #000;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

.modal-closer-marketing-digital {
position: relative;
width: 50px;
height: auto;
margin: -5px auto 0 auto;
font-size: 20px;
text-align: center;
color: #fff;
cursor: pointer;
}


/* 21. contact modal */
.contact-modal-wrapper {
position: relative;
width: 50%;
margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .contact-modal-wrapper {
    width: 90%;
  }
}

.contact-modal {
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
visibility: hidden;
background: #000;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;	
overflow-x: hidden;
overflow-y: auto;
z-index: 1005;
}

.contact-modal.open {
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
visibility: visible;
background: #000;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
}

.contact-modal-closer {
position: relative;
width: 50px;
height: auto;
margin: -5px auto 0 auto;
font-size: 20px;
text-align: center;
color: #fff;
cursor: pointer;
}


/* 22. sections */
/* 22.1. all section */
.post-txt {
position: relative;
display: block;
margin: -17px auto 0 auto;
text-align: center;
}

.post-txt-light a,
.post-txt-light a:hover,
.post-txt-light p {
color: #fff;
}

.post-txt p {
margin: -7px auto 0 auto;
}

.post-heading-works {
font-size: 15px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
color: #fff;
}

.post-heading-works {
text-align: center;
margin: 2px auto;
}

.post-title,
.post-email-title {
position: relative;
top: 0;
font-size: 3vw;
text-transform: uppercase;
text-align: center;
letter-spacing: .3vw;
color: #6b6969;
line-height: 1;
z-index: 10;
}

.post-title {
margin: -5px 0 0 0;
}

@media all and (min-width: 1920px) {
  .post-title {
    font-size: 70px;
    margin: -8px 0 -1px 0;
  }
}

@media only screen and (max-width: 640px) {
  .post-title {
    font-size: 40px;
	margin: -4px 0 -1px 0;
  }
}

.post-title-light {
color: #fff;
}

.post-title-first {
font-size: 3vw;
text-align: center;
margin: 14px 0 -1px 0;
/*border: solid 3px #000;*/ /*======================================TITULO DE SERVICIOS=================================*/
}

@media all and (min-width: 1920px) {
  .post-title-first {
    font-size: 35px;
    margin: 14px 0 -1px 0;
  }
}

@media only screen and (max-width: 640px) {
  .post-title-first {
    font-size: 25px; /*======================================TITULO DE SERVICIOS RESPONSIVE=================================*/
    margin: 15px 0 0 0;
  }
  .titulo-servicio-item{
    font-size: 8vw;
    color: #fff;
  }
  .grid-ul-digital-marketing{
    position: absolute;
    margin: -50px auto;
    left: -35px;
    right: 0;
  }
  .grid-ul-graphic-design{
    position: absolute;
    margin: -50px auto;
    left: -37px;
    right: 0;
  }
  .grid-ul-web-development{
    position: absolute;
    margin: -50px auto;
    left: -37px;
    right: 0;
  }
  .grid-ul-media-production{
    position: absolute;
    margin: -70px auto;
    left: -35px;
    right: 0;
  }
  .grid__li{
    list-style: none;
    color: #fff;
    font-size: 6.5vw;
  }
}

.post-email-title {
font-size: 50px;
margin: -17px auto 0 auto;
text-align: center;
}

@media all and (min-width: 1920px) {
  .post-email-title {
    font-size: 70px;
    margin: -24px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .post-email-title {
    font-size: 35px;
    margin: -11px auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .post-email-title {
    font-size: 20px;
    margin: -6px auto 0 auto;
  }
}

.post-title a,
.post-title a:hover,
.post-email-title a,
.post-email-title a:hover {
line-height: 1.5;
color: #fff;
}


/* 22.2. services section */
/* REMOVED DUE TO REDUNDANCY */


/* 22.2.1. services section halves */
.halves:hover .about-bg,
.halves:hover .services-bg-1,
.halves:hover .services-bg-2 {
-webkit-filter: grayscale(100%);
        filter: grayscale(100%);
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.halves {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
}

.halves .half {
min-height: 350px;
-webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
}

@media all and (min-width: 1920px) {
  .halves .half {
	min-height: 580px;
  }
}

@media (max-width: 768px) {
  .halves .half {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .halves {
    -webkit-box-orient: vertical;
            box-orient: vertical;
	-webkit-box-direction: normal;
	        box-direction: normal;
	-webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .halves .half {
    -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
  }
}


/* 22.3. facts section */
.parallax-overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, .7);
z-index: 0;
}

.parallax {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
padding: 0;
}

.parallax-facts {
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
    -webkit-background-size: cover;
       -moz-background-size: cover;
        -ms-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
border: none;
z-index: 1;
}

.html5-videoContainment {
position: absolute;
top: 50%;
left: 50%;
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
background: #000;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
z-index: 0;
}
.movimiento-desktop{
    display: block;
}
.movimiento-mobile{
    display: none;
}

/* 29.1. swiper parallax */
.parallax .swiper-button-next,
.parallax .swiper-button-prev {
display: block;
visibility: visible;
width: 20px;
height: 20px;
background-size: 20px 20px;
display: none;
visibility: hidden;
}

.parallax a,
.parallax a:hover {
color: #fff;
}

.parallax .swiper-container {
width: 100%;
height: 100%;
background: #000;
left: 0;
top: 0;
}

.parallax .swiper-slide {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
	
.parallax .parallax-bg {
position: absolute;
left: 0;
top: 0;
width: 130%;
height: 100%;	  
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}

/* 35. additionals */
/* 36. headers */
h1, h2, h3, h4, h5, h6 {
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1 {
font-size: 8vw; /*125px*/
/*font-weight: 700;*/
text-align: center;
text-transform: uppercase;
letter-spacing: 2.2vw; /*-0.04em*/
color: #fff;
/*margin: -15px auto -4px -5px;*/
width: 100%;
line-height: 100%;
}

/*====================================================================================================================================================================================*/

/*====================================================================================================================================================================================*/


/*h2 {
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
text-align: left;
text-transform: uppercase;
letter-spacing: 0.65em;
color: #fff;
margin: -9px 0 0 0!important;
}*/


/* 37. introduction wrapper */
.introduction-wrapper {
position: relative;
width: 40%;
margin: 0 auto;
left: 0;
right: 0;
/*padding: 0 0 0 50px;*/
/*border: solid 1px #63f781;*/
}

@media all and (min-width: 1920px) {
  .introduction-wrapper {
	/*padding: 0 0 0 150px;*/
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    /*border: solid 1px #63f781;*/
  }
}

@media only screen and (max-width: 640px) {
  .introduction-wrapper {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
	/*padding: 0 0 0 30px;
  border: solid 1px #ccc;*/
  }
}


/* 54. services items */
.services-item {
position: relative;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
z-index: 10;
}

.services-item:hover {
-webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}

.services-item:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
}

.services-item img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
/*        opacity: 0.2;
   -moz-opacity: 0.2;
-webkit-opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";*/
-webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
z-index: 1;
}

/*.services-item:hover img {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}*/

.services-item .services-content {
position: relative;
z-index: 3;
}

.services-item .services-content .services-sub-header,
.services-item .services-content .services-sub-header-dark {
/*font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;*/
font-size: 25px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.15em;
margin: -7px 0 0 0;
}

@media all and (min-width: 1920px) {
  .services-item .services-content .services-sub-header,
  .services-item .services-content .services-sub-header-dark {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .services-item .services-content .services-sub-header,
  .services-item .services-content .services-sub-header-dark {
    font-size: 15px;
  }
}

.services-item .services-content .services-sub-header {
color: #fff;
}

.services-item .services-content .services-sub-header-dark {
color: #000;
}
/*
.services-item:hover .section-txt-services p {
-webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}

.services-item:hover .post-title,
.services-item:hover .services-sub-header,
.services-item:hover .services-sub-header-dark,
.services-item:hover .the-overline,
.services-item:hover .the-overline.services-dark {
-webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}

.services-item:hover .post-title,
.services-item:hover .services-sub-header,
.services-item:hover .services-sub-header-dark {
color: #ff264a;
}

.services-item:hover .the-overline {
background: #fff;
}

.services-item:hover .the-overline.services-dark {
background: #000;
}*/

.img-cover {
display: block;
object-fit: cover;
object-position: 100% 100%;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img-cover {
    display: none;
	visibility: hidden;
  }
}

/* =========== MODALS SERVICIOS =============*/
video::-internal-media-controls-download-button {display:none}
video::-webkit-media-controls-enclosure {overflow:hidden}
video::-webkit-media-controls-panel {width: calc(100% + 18px); /* Ajustar los pixeles segun se necesite */}
.border-video {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
/* Modal container*/
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .7s;
  transition: all .7s;
  z-index: 9999;
}
/* Modal container gets target and it is shown and background modal too*/
 .modal:target, .modal:target .modal-bg {
    display: block;
    z-index: 9999;
    opacity: 1;
    visibility: visible; 
}
/* Background modal*/
  .modal-bg:active, .modal-bg:hover, .modal-bg:visited, .modal-bg:link {
    text-decoration: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .7s;
    transition: all .7s;
    cursor: default;

  z-index: 9999;
}
 /* Background modal overlaps to container*/
  .modal:target .modal-bg {
    z-index: 200; 
}
/* Modal content or body*/
  .modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgb(29,62,85, 0.8); 
    width: 90%;
    height: auto;
    /*border-radius: 2rem;*/
    text-align: center;
    z-index: 9999; 
    border: solid 5px #ccc;
}
  .modal-content h4{
    color: #fff; 
}
  .modal-title {
    text-transform: uppercase;
    margin-top: 5vh;
    margin-right: 5vh;
    margin-left: 5vh;
    margin-bottom: 1.2rem; 
    color: #fff;
}
.modal-content video {
    position: relative;
    width: 70%;
  }
/* Modal is closed at lose target*/
  .modal-exit:link, .modal-exit:active, .modal-exit:visited, .modal-exit:hover {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 2rem;
    text-decoration: none;
    color: #fff; 
}

@media only screen and (max-width: 640px) {
  .modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .7s;
    transition: all .7s;
    z-index: 9999;
  }
  /* Modal container gets target and it is shown and background modal too*/
   .modal:target, .modal:target .modal-bg {
      display: block;
      z-index: 9999;
      opacity: 1;
      visibility: visible; 
  }
  /* Background modal*/
    .modal-bg:active, .modal-bg:hover, .modal-bg:visited, .modal-bg:link {
      text-decoration: none;
      visibility: hidden;
      opacity: 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-transition: all .7s;
      transition: all .7s;
      cursor: default;

    z-index: 9999;
  }
   /* Background modal overlaps to container*/
    .modal:target .modal-bg {
      z-index: 200; 
  }
  /* Modal content or body*/
    .modal-content {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: rgb(29,62,85, 0.9); 
      width: 100%;
      height: auto;
      /*border-radius: 2rem;*/
      text-align: center;
      z-index: 9999; 
  }
    .modal-content h4{
      color: #fff; 
  }
    .modal-title {
      text-transform: uppercase;
      margin-top: 5vh;
      margin-right: 5vh;
      margin-left: 5vh;
      margin-bottom: 1.2rem; 
      color: #fff;
  }
    .modal-text {
      padding: 2px;
  }
  .modal-content video {
    position: relative;
    width: 100%;
    padding: 0;
  }

  /* Modal is closed at lose target*/
    .modal-exit:link, .modal-exit:active, .modal-exit:visited, .modal-exit:hover {
      position: absolute;
      top: 5%;
      right: 5%;
      font-size: 2rem;
      text-decoration: none;
      color: #fff; 
  }
}